projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e8467a
)
[POWERPC][XEN] Provide _text for kexec.
author
Hollis Blanchard
<hollisb@us.ibm.com>
Wed, 3 Jan 2007 21:25:58 +0000
(15:25 -0600)
committer
Hollis Blanchard
<hollisb@us.ibm.com>
Wed, 3 Jan 2007 21:25:58 +0000
(15:25 -0600)
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
--HG--
extra : transplant_source : %EB%19CNC%C0%B7%96%C8%14%B2%B0%91%9A%EB%3E%5E8P%C3
xen/arch/powerpc/xen.lds.S
patch
|
blob
|
history
diff --git
a/xen/arch/powerpc/xen.lds.S
b/xen/arch/powerpc/xen.lds.S
index 2fe00d7b606aed727bdbab91e8af0fa7e618590f..177611402aa3ba0a0ea5d4a9474c2c39bd85a397 100644
(file)
--- a/
xen/arch/powerpc/xen.lds.S
+++ b/
xen/arch/powerpc/xen.lds.S
@@
-17,6
+17,7
@@
PHDRS
SECTIONS
{
. = 0x00400000;
+ PROVIDE(_text = .);
/* Read-only sections, merged into text segment: */
.interp : { *(.interp) } :text
.hash : { *(.hash) }